https://bugzilla.gnome.org/show_bug.cgi?id=651707
GdkWindow* gtk_button_get_event_window (GtkButton *button);
-void _gtk_button_set_depressed (GtkButton *button,
- gboolean depressed);
-void _gtk_button_paint (GtkButton *button,
- cairo_t *cr,
- int width,
- int height,
- GtkStateFlags state);
G_END_DECLS
#include "gtkaction.h"
+G_BEGIN_DECLS
+
+
struct _GtkButtonPrivate
{
GtkAction *action;
guint use_underline : 1;
};
+void _gtk_button_set_depressed (GtkButton *button,
+ gboolean depressed);
+void _gtk_button_paint (GtkButton *button,
+ cairo_t *cr,
+ int width,
+ int height,
+ GtkStateFlags state);
+
+
+G_END_DECLS
+
#endif /* __GTK_BUTTON_PRIVATE_H__ */